home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / schdev10.zip / SCHDEVNT.TXT < prev   
Text File  |  1992-12-02  |  5KB  |  109 lines

  1. Scheduled Event, FREEWARE -- Copyright June1992 
  2. ALL RIGHTS RESERVED S.A.Spencer
  3.  
  4. Scheduled Event is a utility for Microsoft Windows 3.x.  Its function is to 
  5. automatically start an application on a date and time specified by you, the 
  6. user.  Scheduled Event may be used to start just one application or a list of 
  7. applications.
  8.  
  9.  
  10. Installation
  11.  
  12. To install Scheduled Event simply copy SCHDEVNT.EXE and this file 
  13. SCHDEVNT.HLP to your windows directory.  Scheduled Event must be 
  14. installed in the Windows directory.
  15.  
  16. Scheduled Event may either be run from the File Manager or it may be 
  17. installed into a Group by selecting New from the Windows menu and selecting 
  18. or entering SCHDEVNT.EXE into the New dialog box.  
  19.  
  20. Scheduled Event maintains a total of five files in your Windows directory, 
  21. SCHDEVNT.EXE, SCHDEVNT.INI, SCHDEVNT.LOG and this file SCHDEVNT.HLP. 
  22. Scheduled Event will not modify any existing files.
  23.  
  24.  
  25. Warning
  26.  
  27. Scheduled Event is NOT to be used with any CRITICAL applications.  
  28. What is meant by critical?  A critical application is any 
  29. application that MUST be run successfully.  There are two reasons 
  30. you should not depend on Scheduled Event for critical applications;
  31.  
  32. 1. Lack of any actual monitoring of the application being called 
  33.    by Scheduled Event. 
  34.  
  35. 2. No call redundancy in Scheduled Event.
  36.  
  37. Scheduled Event uses a standard Windows API call to start your application. 
  38. If this call fails completely for some reason, Scheduled Event will be 
  39. notified by Windows and subsequently post a message to the log or user 
  40. indicating the type of error.  Scheduled Event will then move on to the next 
  41. item in the event list if there is one or it will enter an idle state, 
  42. consequently no redundancy.  If the call to your application does not 
  43. result in an error return from Windows but the application fails to run 
  44. for some reason ( can't find a required file, etc. ) Scheduled Event 
  45. will consider the call Successful.  It will post a Call Successful message 
  46. to the user as well as the log, consequently no applications monitoring.
  47.  
  48. With certain errors during application start up a system message 
  49. generated by Windows could cause a suspension of all applications, 
  50. until reset by the user.  
  51.  
  52. You should always try a "trial run" of any application, combination 
  53. of applications and command line switches with Scheduled Event before 
  54. attempting actual unattended operation.
  55.  
  56.  
  57.  
  58. How it works
  59.  
  60. Scheduled Event has two basic modes of operation, single event call or 
  61. multiple event call.  There are two variations of the multiple event 
  62. call mode, recycle and one time call. 
  63.  
  64. In single event mode, Scheduled Event will call the application displayed in 
  65. the command line on the date and time specified and then enter an idle state.  
  66.  
  67. In multiple event call mode Scheduled Event will cycle through the Event List, 
  68. calling each application based on that applications event date and time and 
  69. then enter an idle state.  
  70.  
  71. In the recycle mode, each event that has 00/00/00 specified as its event 
  72. date will be called repeatedly at its event time for however many days 
  73. Scheduled Event is left to run.  Events with an actual date specified will 
  74. be called just once on the specified date and time.
  75.  
  76. Scheduled Event should work with all Windows and DOS applications as well 
  77. as PIF's, BAT, Script and REC (recorder) files.
  78.  
  79.  
  80.  
  81. Quick Start
  82.  
  83. To get Scheduled Event going right away just click its icon or select it 
  84. from the file manager.  A Message Box will appear with the CRITICAL 
  85. application warning.  Press the OK button, then the Main dialog will appear.  
  86. Type in the full path and any switches or other command parameters for your 
  87. application in the Command List edit box ( Command Line ). 
  88.  
  89. Example -- C:\windows\notepad sometext.txt
  90.  
  91. Then enter the time (HH:MM) and date (MM/DD/YY) you want the event to occur 
  92. and press Start.  That's it.  At the appropriate time Scheduled Event will 
  93. activate the Pending Event dialog.  If you do not cancel the event prior to 
  94. the ten seconds elapsing Scheduled Event will then call your application 
  95. and notify you of the results of that call.
  96.  
  97.  
  98. Disclaimer Agreement
  99.  
  100. Users of Scheduled Event must accept this disclaimer of warranty:
  101.  
  102. "Scheduled Event is supplied as is.  The author disclaims all warranties, 
  103. expressed or implied, including, without limitation, the warranties of 
  104. merchantability and of fitness for any purpose. The author assumes no liability for 
  105. damages, direct or consequential, which may result from the use of Scheduled 
  106. Event."
  107.  
  108.  
  109.